-
Notifications
You must be signed in to change notification settings - Fork 2
HTS-1404: remove unnecessary ?page= from link #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTS-1404: remove unnecessary ?page= from link #30
Conversation
src/Geta.Optimizely.Tags/Areas/GetaOptimizelyTags/Pages/Index.cshtml.cs
Outdated
Show resolved
Hide resolved
| } | ||
| } | ||
|
|
||
| private void SetItemPageNumber(IPagedList<Tag> items) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if I read this correctly - "resaving" tags with correct page numbers will be done every time someone visits UI without page query string specified?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the root cause of the issue is that the page number is reading default value of 1, so when it loads page it has to save it.
|



https://getano.atlassian.net/browse/HTS-1404